projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2911428
)
(main): Pass argv to init_environment.
author
Andrew Innes
<andrewi@gnu.org>
Sat, 30 Jan 1999 18:47:52 +0000
(18:47 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sat, 30 Jan 1999 18:47:52 +0000
(18:47 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index f11bfcbe6d86d0dcd12af31187660a4d64ec123d..885b7c8d6fd88a9bee25e5bed0c592568a26064c 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1080,7
+1080,7
@@
the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
#ifdef WINDOWSNT
/* Initialize environment from registry settings. */
- init_environment ();
+ init_environment (
argv
);
init_ntproc (); /* must precede init_editfns */
#endif